projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024dfb8
)
Comment changes.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 01:20:20 +0000
(
01:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Sep 1996 01:20:20 +0000
(
01:20
+0000)
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index d9376fa18e5c6e003fe472873d21097ca1d12805..fda88d4c9daa34871c014254308c067f67bf87f5 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-63,12
+63,12
@@
Boston, MA 02111-1307, USA. */
#if defined(_AIX) && defined(_I386)
#include <termios.h> /* termios.h needs to be before termio.h */
#include <termio.h>
-#else /* not
HAVE_TERMIOS
*/
+#else /* not
(_AIX && _I386)
*/
#ifndef NO_TERMIO
#include <termio.h>
#endif
#include <termios.h>
-#endif /*
_AIX && _I386
*/
+#endif /*
not (_AIX && _I386)
*/
#define INCLUDED_FCNTL
#include <fcntl.h>
#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */